projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ae197
)
[XEND] Fix missing vncpasswd option for HVM domains.
author
Alastair Tse
<atse@xensource.com>
Fri, 1 Dec 2006 14:35:33 +0000
(14:35 +0000)
committer
Alastair Tse
<atse@xensource.com>
Fri, 1 Dec 2006 14:35:33 +0000
(14:35 +0000)
Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendConfig.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendConfig.py
b/tools/python/xen/xend/XendConfig.py
index 375ba473a40d6b42dd665de3bb44dd0aa70e1932..2b61760c1ce2fe534ca22891bce0f82781be54da 100644
(file)
--- a/
tools/python/xen/xend/XendConfig.py
+++ b/
tools/python/xen/xend/XendConfig.py
@@
-196,6
+196,7
@@
LEGACY_IMAGE_CFG = [
('sdl', int),
('vncdisplay', int),
('vncunused', int),
+ ('vncpasswd', str),
]
LEGACY_IMAGE_HVM_CFG = [